home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
DATAUTIL
/
DPROG131.LZH
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-08
|
2KB
|
49 lines
ECHO OFF
CLS
ECHO
ECHO
ECHO
ECHO
ECHO
ECHO
ECHO Before using dPROG, you must install it on a hard disk or 2 floppy disks.
ECHO For installation instructions, type INSTALL and press Enter.
ECHO
ECHO AFTER you install dPROG, log onto the disk that contains
ECHO the file WALKTHRU.TXT. To print the documentation, type:
ECHO
ECHO COPY WALKTHRU.TXT PRN [Enter]
ECHO
ECHO
ECHO
pause
cls
ECHO
ECHO
ECHO --- IMPORTANT ---
ECHO
ECHO
ECHO Before running the programs on this disk, make a backup copy of the disk.
ECHO Insert this disk in drive A: and a blank, formatted disk in drive B: Then
ECHO enter:
ECHO DISKCOPY A: B: [Enter].
ECHO
ECHO Use this command even if you have only one floppy disk drive. When you are
ECHO prompted to insert the target disk, remove the this disk from drive
ECHO A: and insert a blank disk. (See your DOS manual for details).
ECHO
ECHO -----------------------------------------------------------------
ECHO SPECIAL NOTE * * * * IF YOU HAVE 3.5" DRIVES * * * * SPECIAL NOTE
ECHO -----------------------------------------------------------------
ECHO
ECHO Some computers, especially laptops, will not make a backup with the DISKCOPY
ECHO command. If this occurs, use the COPY command to backup your disks. Insert
ECHO your disk in drive A: and a blank formatted disk in drive B: Then enter:
ECHO
ECHO COPY A:*.* B: [Enter].
ECHO
ECHO
ECHO
PAUSE
CLS